home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / js_pack2.arj / JS-NOT.TXT < prev    next >
Text File  |  1993-11-08  |  4KB  |  107 lines

  1. JS-NOT Utility Program Documentation
  2. (Ver 1.1)
  3.  
  4. Author: Johnathan Mark Smith
  5.  
  6.  
  7. THE OLD DISCLAIMER
  8.  
  9.   This software and manual are sold "as is" and without warranties
  10.   as to performance or merchant ability or any other warranties
  11.   whether expressed or implied. Because of the various hardware and
  12.   software environments into which this program may be put, no
  13.   warranty of fitness for a particular purpose is offered.
  14.  
  15.   The user must assume the entire risk of using and evaluating this
  16.   program. Any liability of  Johnathan Mark Smith Technology will be
  17.   limited exclusively to product replacement or refund of purchase
  18.   price. If you find these terms unacceptable, do not use this
  19.   product.
  20.  
  21. Introduction
  22.      Most DOS commands allow * as a wild card designation for any
  23.   qualifier (EG: DIR *.EXE) will show all files with EXE as the
  24.   second qualifier. JS-NOT will do the opposite of this
  25.   (EG: JS-NOT *.EXE , DIR *.*) will show all files without EXE
  26.   as the second qualifier
  27.  
  28.   ------------- S A M P L E S --------------------------------
  29.   Sample #1 : If you want to show all files except for *.exe and *.txt.
  30.   Type :      JS-NOT *.EXE *.TXT , DIR *.*
  31.  
  32.  
  33.   Sample #2 : If you want to copy all the files from drive a: to
  34.               drive b: without *.doc files.
  35.   Type :      JS-NOT *.DOC , COPY A:\*.* B:\*.*
  36.  
  37.  
  38. Registration
  39.  
  40.   I will keep improving the program if I know enough people are
  41.   finding it useful.
  42.  
  43.   My registration policy is very flexible. The nominal fee are listed
  44.   in the file REGISTER.TXT. If you don't feel you will get you money
  45.   worth of use out of JS-NOT, send whatever it is worth to you.
  46.  
  47.   If you are impoverished and can't afford to pay anything,
  48.   enclose a stamped self-addressed envelope
  49.   and I will send you a registration.
  50.  
  51.   This is not freeware or public domain. Shareware is simply a means
  52.   of marketing commercial software. You are required to register if
  53.   you intend to use this program after a reasonable trial period.
  54.  
  55.   When registering, please tell me the version number you have 
  56.   and where you obtained your copy of JS-NOT.
  57.  
  58.   See REGISTER.TXT for details.
  59.  
  60.   JS-NOT should be registered for the maximum number of copies that
  61.   can be used simultaneously at your site. Site fees for commercial
  62.   users can be negotiated.
  63.  
  64.   If you register for the full fee, and enclose a Shipping and
  65.   Handling fee of $3 I will send you the latest versions of JS-NOT and
  66.   Some Free Demo's.  if you decide to use it after a trial period. I will 
  67.   also send other File related shareware programs.
  68.  
  69.  
  70. Registered version features
  71.  
  72. * CUSTOM DEFAULT SETTINGS
  73.  
  74.  
  75.  
  76. Distribution
  77.  
  78.     Permission is hereby given to copy and distribute this program
  79.     as long as no more than $5 is charged. It must be made clear to
  80.     the buyer that this is only a handling charge and not a
  81.     registration fee. You must include all files in their original
  82.     unmodified form when distributing this program. .
  83.  
  84.     Permission to distribute may be revoked by the Johnathan Mark Smith 
  85.     at any time for any reason.
  86.  
  87.     YOU MUST NOT DISTRIBUTE ANY COPY WHICH HAS BEEN BRANDED WITH
  88.     A REGISTRATION CODE. 
  89.  
  90. All trademarks used in this document are the property of their
  91. owners.
  92.  
  93.         -Johnathan Mark Smith-
  94.  
  95.  
  96. Questions or suggestions regarding JS-NOT should be directed to the author
  97. at the following address:
  98.  
  99.     Johnathan Mark Smith
  100.     2039 85 STREET
  101.     BROOKLYN, NY 11214
  102.  
  103.     Telephone: 718-373-3886
  104.  
  105.  
  106.  
  107.